home *** CD-ROM | disk | FTP | other *** search
-
- If your upgrading from a past version of MxLight run the file "UPGRADE.EXE"
-
- To print out the doc with proper format use "PRINTDOC.EXE"
-
- example "printdoc mxlight.doc"
-
- If you're like I am and hate reading docs just type mx, follow the directions
- on the menus and once in MxLight hit Home for help. You should read then line
- editing below just to get a feel for the Line Editor.
-
-
-
- LINE EDITING
-
- In the Config and Phone Book MxLight uses a special Line Editing
- mode. Here is a list of the Commands for the Line Editor.
-
- ^ = Ctrl Key.
-
- ^A Move to beginning of line, nondestructive [Ctrl-LeftArrow]
- ^B Save current buffer in undo buffer
- ^D Move forward one [RightArrow]
- ^F Move to end of line (same as ^R) [Ctrl-RightArrow]
- ^G Delete character forward [DEL]
- ^H Move back 1, destructive (same as ASCII DEL) [BackSpace]
- ^J End of input; accept entire buffer [Ctrl-Enter]
- ^M End of input; accept what is currently visible [Enter]
- ^N End of input; accept entire buffer
- ^P Accept next character as-is (control character prefix)
- ^R Move to end of line (same as ^F)
- ^S Move back 1, nondestructive [LeftArrow]
- ^T Delete line forward [Ctrl-End]
- ^U Copy undo buffer into current buffer (undo)
- ^V Insert on/off [INS]
- ^X Move to beginning of line, destructive [Ctrl-Home]
- ^Y Delete line
- DEL Move back 1, destructive (same as ^H) (ASCII DEL, not IBM PC DEL)
- ESC End of input; accept what is currently visible
-
-